home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
EnigmA Amiga Run 1997 February
/
EnigmA AMIGA RUN 15 (1997)(G.R. Edizioni)(IT)[!][issue 1997-02][PLANET CD V].iso
/
enigma
/
earcd
/
comm
/
comm5
/
awbdntsc.lha
/
AWebEdNTSC
/
helpdocs
/
hyperlink
< prev
next >
Wrap
Text File
|
2008-08-13
|
1KB
|
40 lines
Back to MENU
Back to FUNCTIONS
Hyperlink
---------
General:
This item inserts the code necessary to produce a hyperlink to
another HTML document on the internet. Hyperlinks commonly take the
form of a "sensitive" string of text which is commonly displayed by
browsers in a different style of colour than ordinary text.
Selecting the sensitive text forces the browser to load in the
document specified by the HTML code.
Syntax:
<A HREF="[Path of link]> [Text] </A>
The string [Path] describes the path of the HTML document to open if
the hyperlink is activated. The [Text] defines the text which is
"sensitive".
Use:
1 - If not already present, type the "sensitive text" into the
document.
2 - Select that text, and double click on the "Hyperlink" item in
the "Navigation" command list.
3 - Delete the portion of path text, and insert the desired path.
Example:
<P> The <A HREF="http://www.lycos.com"> Lycos </A> WebSearch tool.
will display in the brower window:
The *Lycos* WebSearch tool.